PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations.a3d Package / PDF3DCrossSection Class / setColor Method
A com.o2sol.pdf4java.graphics.colors.PDFRgbColor object that defines the color of the cutting plane.
In This Topic
    setColor Method
    In This Topic
    Sets the color for the cutting plane.
    Syntax
    public void setColor( 
       PDFRgbColor color
    )

    Parameters

    color
    A com.o2sol.pdf4java.graphics.colors.PDFRgbColor object that defines the color of the cutting plane.
    See Also